home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 3 / BBS in a box - Trilogy III.iso / Files / Tele / W-Z / WK11.12->11.13 / 11.13 New Stuff next >
Encoding:
Text File  |  1991-10-15  |  2.1 KB  |  46 lines  |  [TEXT/KAHL]

  1. New As Of 11.13
  2. ---------------
  3. 1) Set "32 Bit Compatible" flag in SIZE resource for use with A/UX
  4. and System 7.0.
  5.  
  6. 2) Fixed two problems that occur when a call is placed from a Phonebook
  7. entry when a Modem Driver is being used.  First, the number being dialed
  8. did not appear in the dialog box (for Modem Driver developers, this means
  9. that the contents of D$ was not being filled with the number).  Secondly,
  10. if a Procedure was specified, it was not being executed.
  11.  
  12. 3) Fixed white background bug under System 7.0 when timer is drawn on a
  13. colored Status Bar (General or Macros).
  14.  
  15. 4) A new option has been added to the high level printing options dialog
  16. (select Customize->Options->Printer and then click on the "High Level Options"
  17. button) to alleviate some problems we were having with the Apple Stylewriter
  18. (and perhaps some others).  Unless you are using a Postscript printer *AND* VT102
  19. emulation, the "Specific character positioning" option should be left uncheckmarked.
  20. Only if you are using *BOTH* a Postscript printer *AND* VT102 emulation should you
  21. checkmark this item.
  22.  
  23. 5) Made changes to cause sending text to happen much faster under System 7.0
  24. when the text was sent:
  25.     1) Via "File->Send Text File" menu choice or SENDA Procedure command.
  26.     2) Via a macro key string.
  27.     3) Via a User Menu string.
  28.  
  29. 6) Fixed bug in Kermit's 12-bit checksum routine.  Also changed erroneous
  30. labeling of the three error checking types in Customize->Options->Kermit
  31. dialog box:
  32.     "1 byte checksum" is now listed as "6-bit checksum"
  33.     "2 byte checksum" is now listed as "12-bit checksum"
  34.     "3 byte CRC" is now listed as "16-bit CRC" (it never was three bytes!)
  35. These changes were made to be more consistent with the various Kermit manuals
  36. the user might encounter.
  37.  
  38. 7) Under System 7, context switching between applications may now be accomplished
  39. during dialing and redialing in the "Waiting for connection" phase.
  40.  
  41. 8) Fixed bug in wordwrapping of text file sends for wordwrapping at 131 characters.
  42. 132 character wordwrapping is now the limit.
  43.  
  44. 9) Fixed bug in ZMODEM which caused bad recovery of data overrun at baud rates higher
  45. than 9600.
  46.